Running your first Space command
With the Space program available on the system, it is now possible to run the most basic command.
Create a new file named Spacefile.yaml
and add the following contents to it:
_env:
- RUN: printf "Hello World\n"
Now run space
and it should output Hello World
to the console stdout
.
Next section describes what Space modules are. For jumping right into more code, see Running a Space module section.
Previous: Verifying installation
Next: Space Modules
Edit this page