6 lines
63 B
Bash
6 lines
63 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
# klevstul :: 26.04
|
||
|
|
|
||
|
|
echo "hello, world!"
|