cpplint: fixed import. The version on pypi is now up to date and works with Python3.
[waf.git] / build_system_kit / noscript / main.c
blob40c69f5e64989c9f094aa4fa1b3c32b0d7c8d272
1 #include "foo.h"
2 #include <stdio.h>
3 int main() {
4 printf("hello from app\n");
5 return 0;