aboutsummaryrefslogtreecommitdiff
path: root/modtest/main.cpp
blob: 063d9bcb126137e7c252a6d93a529025e7e1cea6 (plain)
1
2
3
4
5
6
7
8
import M0;

#include<cstdio>

int main(int argc, char **argv) {
  printf("Got number %d.\n", f0());
  return 0;
}