~mmach/netext73/meson

« back to all changes in this revision

Viewing changes to test cases/common/133 build by default/foo.c

  • Committer: mmach
  • Date: 2021-02-15 11:29:44 UTC
  • Revision ID: netbit73@gmail.com-20210215112944-fpso7tr2yog0tam1
57

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#include<stdio.h>
2
 
 
3
 
int main(void) {
4
 
    printf("Existentialism.\n");
5
 
    return 0;
6
 
}