CS350 COS
COS
Loading...
Searching...
No Matches
false.c File Reference

Go to the source code of this file.

Functions

int main (int argc, const char *argv[])
 

Function Documentation

◆ main()

int main ( int  argc,
const char *  argv[] 
)

Definition at line 3 of file false.c.

4{
5 return 1;
6}