aboutsummaryrefslogtreecommitdiff
path: root/Semestr 4/ask/lista8/lazy.c
blob: fb08cf75efcfca7513b762d805c3f80afcaac594 (plain)
1
2
3
4
5
6
7
#include <stdio.h>

int main(void) {
  puts("first time");
  puts("second time");
  return 0;
}