main.cpp (113B)
1 #include <iostream> 2 extern "C" int f(void); 3 4 int main(void) 5 { 6 std::cout << f() << std::endl; 7 return 0; 8 }
cs205-lecture-examplesExample codes used during Harvard CS205 lectures | |
| git clone https://git.0xfab.ch/cs205-lecture-examples.git | |
| Log | Files | Refs | README | LICENSE |