13 lines
120 B
Bash
13 lines
120 B
Bash
#!/usr/bin/env bash
|
|
// hello
|
|
//! World
|
|
//!! Inner line doc
|
|
/// Outer line doc
|
|
//// Just a comment
|
|
|
|
//
|
|
//!
|
|
//!!
|
|
///
|
|
////
|