Midnight is a theme for GitHub Pages.
Strona poświęcona programowaniu
// Kod JavaScript z podświetlaniem składni
var fun = function lang(l) {
dateformat.i18n = require('./lang/' + l)
return true;
}
// Kod C++ z podświetlaniem składni
#include <iostream>
int main() {
std::cout << "Hello, World!" << std::endl;
return 0;
}
// Kod PHP z podświetlaniem składni
<?php
echo "Hello, World!";
?>
#Kod Ruby z podświetlaniem składni
def greet(name)
"Hello, #{name}!"
end
puts greet("World")
// Kod Swift z podświetlaniem składni
func greet(name: String) -> String {
return "Hello, \(name)!"
}
print(greet(name: "World"))
![]()