Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

Github repo cloud-examples: https://github.com/sagemath/cloud-examples

Views: 7805
License: MIT
1
#!/usr/bin/env bash
2
gfortran -o cylinder cylinder.f90
3
./cylinder
4
5
6