Unanswered
#!/bin/bash
#coment
if [ -f /dev/null ] ; then
echo "we have null"
fi
or java
var s = "foo";
or yaml
str: hi guy
num: 123
obj:
attr: value
array:
- item1
- item2
585 Views
0
Answers
4 years ago
4 years ago
Looks promising