Skip to content

Commit

Permalink
preview images
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Oct 2, 2018
1 parent e028804 commit 5eaae5b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Binary file added assets/python.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/rust.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ enum Language {
fn get_color(l : &Language) -> &str {

match l {
Language::Rust => "white",
Language::Go => "blue",
Language::Rust => "cyan",
Language::Go => "white",
Language::Java => "green",
Language::Cpp => "yellow",
Language::C => "cyan",
Expand Down Expand Up @@ -93,7 +93,7 @@ impl fmt::Display for Language {
fn main() {
let info = Info {
project_name: String::from("onefetch"),
language: Language::Python,
language: Language::Rust,
author: String::from("Ossama Hjaji"),
repo: String::from("https://github.com/02sh/onefetch"),
number_of_lines: 15656,
Expand All @@ -116,14 +116,14 @@ impl Info {
-ssNMMNo. .oNMMNss-
`mMMMMNmmmmmmmmmmmmmmmdy+` `sMMMm`
`mMMMMMMMMMMMMMMMMMMMMMMMMMN/ hMMMMm`
-oMN-:Ny:mMMMMMm/////oNMMMMMm oN::MMo-
-oMN-:Ny:mMMMMMm oNMMMMMm oN::MMo-
.yMMMhhh+ dMMMMMd:::::+mMMMMN/ odyhMMMy.
-sNMMy dMMMMMMMMMMMMMMMMs` `yMMNs-
-sNMMy dMMMMMNyyyydMMMMMMy .odMMNs-
.yMMMm````dMMMMMh +MMMMMM+``sMMMMMy.
.yMMMm dMMMMMh +MMMMMM+ sMMMMMy.
-oMMMMMMMMMMMMMMMMM+ mMMMMMMMMMMMMMo-
`mMMMMMMMMMMMMMMMMM+ :NMMMMMMMMMMMMm`
`mMMMm//+o-------` `-:o+:/mMMMm`
`mMMMm `-:o+:/mMMMm`
-ssNMMMyomo smohMMMNss-
`NNNMs+mN/-` `-/Nd/yMNNN`
` -MMNMMMMMNmmmmNMMMMMNMM- `
Expand Down

0 comments on commit 5eaae5b

Please sign in to comment.