~sergiusens/snapcraft/1500857

« back to all changes in this revision

Viewing changes to integration-tests/data/simple-scons/main.c

  • Committer: Snappy Tarmac
  • Author(s): Sergio Schvezov
  • Date: 2015-09-29 11:05:27 UTC
  • mfrom: (212.2.3 snapcraft)
  • Revision ID: snappy_tarmac-20150929110527-dzxt71jq507telg9
Adding a simple scons plugin by sergiusens approved by chipaca

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include <stdio.h>
 
2
 
 
3
int main(int argc, char** argv) {
 
4
        printf("Hello world\n");
 
5
}